3.571 \(\int \frac{1}{x^{11} \left (a+b x^3\right )^{2/3}} \, dx\)

Optimal. Leaf size=92 \[ \frac{81 b^3 \sqrt [3]{a+b x^3}}{140 a^4 x}-\frac{27 b^2 \sqrt [3]{a+b x^3}}{140 a^3 x^4}+\frac{9 b \sqrt [3]{a+b x^3}}{70 a^2 x^7}-\frac{\sqrt [3]{a+b x^3}}{10 a x^{10}} \]

[Out]

-(a + b*x^3)^(1/3)/(10*a*x^10) + (9*b*(a + b*x^3)^(1/3))/(70*a^2*x^7) - (27*b^2*
(a + b*x^3)^(1/3))/(140*a^3*x^4) + (81*b^3*(a + b*x^3)^(1/3))/(140*a^4*x)

_______________________________________________________________________________________

Rubi [A]  time = 0.0941144, antiderivative size = 92, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 2, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.133 \[ \frac{81 b^3 \sqrt [3]{a+b x^3}}{140 a^4 x}-\frac{27 b^2 \sqrt [3]{a+b x^3}}{140 a^3 x^4}+\frac{9 b \sqrt [3]{a+b x^3}}{70 a^2 x^7}-\frac{\sqrt [3]{a+b x^3}}{10 a x^{10}} \]

Antiderivative was successfully verified.

[In]  Int[1/(x^11*(a + b*x^3)^(2/3)),x]

[Out]

-(a + b*x^3)^(1/3)/(10*a*x^10) + (9*b*(a + b*x^3)^(1/3))/(70*a^2*x^7) - (27*b^2*
(a + b*x^3)^(1/3))/(140*a^3*x^4) + (81*b^3*(a + b*x^3)^(1/3))/(140*a^4*x)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 9.74862, size = 83, normalized size = 0.9 \[ - \frac{\sqrt [3]{a + b x^{3}}}{10 a x^{10}} + \frac{9 b \sqrt [3]{a + b x^{3}}}{70 a^{2} x^{7}} - \frac{27 b^{2} \sqrt [3]{a + b x^{3}}}{140 a^{3} x^{4}} + \frac{81 b^{3} \sqrt [3]{a + b x^{3}}}{140 a^{4} x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/x**11/(b*x**3+a)**(2/3),x)

[Out]

-(a + b*x**3)**(1/3)/(10*a*x**10) + 9*b*(a + b*x**3)**(1/3)/(70*a**2*x**7) - 27*
b**2*(a + b*x**3)**(1/3)/(140*a**3*x**4) + 81*b**3*(a + b*x**3)**(1/3)/(140*a**4
*x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0372198, size = 53, normalized size = 0.58 \[ \frac{\sqrt [3]{a+b x^3} \left (-14 a^3+18 a^2 b x^3-27 a b^2 x^6+81 b^3 x^9\right )}{140 a^4 x^{10}} \]

Antiderivative was successfully verified.

[In]  Integrate[1/(x^11*(a + b*x^3)^(2/3)),x]

[Out]

((a + b*x^3)^(1/3)*(-14*a^3 + 18*a^2*b*x^3 - 27*a*b^2*x^6 + 81*b^3*x^9))/(140*a^
4*x^10)

_______________________________________________________________________________________

Maple [A]  time = 0.008, size = 50, normalized size = 0.5 \[ -{\frac{-81\,{b}^{3}{x}^{9}+27\,a{b}^{2}{x}^{6}-18\,{a}^{2}b{x}^{3}+14\,{a}^{3}}{140\,{x}^{10}{a}^{4}}\sqrt [3]{b{x}^{3}+a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/x^11/(b*x^3+a)^(2/3),x)

[Out]

-1/140*(b*x^3+a)^(1/3)*(-81*b^3*x^9+27*a*b^2*x^6-18*a^2*b*x^3+14*a^3)/x^10/a^4

_______________________________________________________________________________________

Maxima [A]  time = 1.43711, size = 93, normalized size = 1.01 \[ \frac{\frac{140 \,{\left (b x^{3} + a\right )}^{\frac{1}{3}} b^{3}}{x} - \frac{105 \,{\left (b x^{3} + a\right )}^{\frac{4}{3}} b^{2}}{x^{4}} + \frac{60 \,{\left (b x^{3} + a\right )}^{\frac{7}{3}} b}{x^{7}} - \frac{14 \,{\left (b x^{3} + a\right )}^{\frac{10}{3}}}{x^{10}}}{140 \, a^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((b*x^3 + a)^(2/3)*x^11),x, algorithm="maxima")

[Out]

1/140*(140*(b*x^3 + a)^(1/3)*b^3/x - 105*(b*x^3 + a)^(4/3)*b^2/x^4 + 60*(b*x^3 +
 a)^(7/3)*b/x^7 - 14*(b*x^3 + a)^(10/3)/x^10)/a^4

_______________________________________________________________________________________

Fricas [A]  time = 0.237884, size = 66, normalized size = 0.72 \[ \frac{{\left (81 \, b^{3} x^{9} - 27 \, a b^{2} x^{6} + 18 \, a^{2} b x^{3} - 14 \, a^{3}\right )}{\left (b x^{3} + a\right )}^{\frac{1}{3}}}{140 \, a^{4} x^{10}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((b*x^3 + a)^(2/3)*x^11),x, algorithm="fricas")

[Out]

1/140*(81*b^3*x^9 - 27*a*b^2*x^6 + 18*a^2*b*x^3 - 14*a^3)*(b*x^3 + a)^(1/3)/(a^4
*x^10)

_______________________________________________________________________________________

Sympy [A]  time = 11.5598, size = 692, normalized size = 7.52 \[ \text{result too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/x**11/(b*x**3+a)**(2/3),x)

[Out]

-28*a**6*b**(28/3)*(a/(b*x**3) + 1)**(1/3)*gamma(-10/3)/(81*a**7*b**9*x**9*gamma
(2/3) + 243*a**6*b**10*x**12*gamma(2/3) + 243*a**5*b**11*x**15*gamma(2/3) + 81*a
**4*b**12*x**18*gamma(2/3)) - 48*a**5*b**(31/3)*x**3*(a/(b*x**3) + 1)**(1/3)*gam
ma(-10/3)/(81*a**7*b**9*x**9*gamma(2/3) + 243*a**6*b**10*x**12*gamma(2/3) + 243*
a**5*b**11*x**15*gamma(2/3) + 81*a**4*b**12*x**18*gamma(2/3)) - 30*a**4*b**(34/3
)*x**6*(a/(b*x**3) + 1)**(1/3)*gamma(-10/3)/(81*a**7*b**9*x**9*gamma(2/3) + 243*
a**6*b**10*x**12*gamma(2/3) + 243*a**5*b**11*x**15*gamma(2/3) + 81*a**4*b**12*x*
*18*gamma(2/3)) + 80*a**3*b**(37/3)*x**9*(a/(b*x**3) + 1)**(1/3)*gamma(-10/3)/(8
1*a**7*b**9*x**9*gamma(2/3) + 243*a**6*b**10*x**12*gamma(2/3) + 243*a**5*b**11*x
**15*gamma(2/3) + 81*a**4*b**12*x**18*gamma(2/3)) + 360*a**2*b**(40/3)*x**12*(a/
(b*x**3) + 1)**(1/3)*gamma(-10/3)/(81*a**7*b**9*x**9*gamma(2/3) + 243*a**6*b**10
*x**12*gamma(2/3) + 243*a**5*b**11*x**15*gamma(2/3) + 81*a**4*b**12*x**18*gamma(
2/3)) + 432*a*b**(43/3)*x**15*(a/(b*x**3) + 1)**(1/3)*gamma(-10/3)/(81*a**7*b**9
*x**9*gamma(2/3) + 243*a**6*b**10*x**12*gamma(2/3) + 243*a**5*b**11*x**15*gamma(
2/3) + 81*a**4*b**12*x**18*gamma(2/3)) + 162*b**(46/3)*x**18*(a/(b*x**3) + 1)**(
1/3)*gamma(-10/3)/(81*a**7*b**9*x**9*gamma(2/3) + 243*a**6*b**10*x**12*gamma(2/3
) + 243*a**5*b**11*x**15*gamma(2/3) + 81*a**4*b**12*x**18*gamma(2/3))

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{1}{{\left (b x^{3} + a\right )}^{\frac{2}{3}} x^{11}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((b*x^3 + a)^(2/3)*x^11),x, algorithm="giac")

[Out]

integrate(1/((b*x^3 + a)^(2/3)*x^11), x)